From bb0752050319838aa94723e3f54b9b1eb46c0542 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Wed, 28 Sep 2005 20:35:26 +0000 Subject: [PATCH] Remove incorrect data check --- gpsbabel/msroute.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gpsbabel/msroute.c b/gpsbabel/msroute.c index b8c172b96..ec26e30b1 100644 --- a/gpsbabel/msroute.c +++ b/gpsbabel/msroute.c @@ -599,8 +599,6 @@ msroute_read_journey(void) double lat, lon; short test; - /* tested, but undocumented */ - is_fatal(((*cin != 0x23) && (*cin != 0x24)), MYNAME ": Invalid or unknown data!"); cin++; len = *cin++; -- 2.30.2